home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TCOMMENTFORM / TCOMMENTFORM.txt
Text File  |  2005-03-06  |  2KB  |  113 lines

  1. object CommentForm: TCommentForm
  2.   Left = 165
  3.   Top = 271
  4.   Width = 561
  5.   Height = 334
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Comment'
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyDown = CommentTextKeyDown
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ViewPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 553
  24.     Height = 300
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object CommentText: TRichEdit
  28.       Left = 1
  29.       Top = 1
  30.       Width = 551
  31.       Height = 264
  32.       Align = alClient
  33.       HideSelection = False
  34.       HideScrollBars = False
  35.       Lines.Strings = (
  36.         'Msg')
  37.       MaxLength = 4096
  38.       PlainText = True
  39.       ReadOnly = True
  40.       ScrollBars = ssVertical
  41.       TabOrder = 0
  42.     end
  43.     object Panel1: TPanel
  44.       Left = 1
  45.       Top = 265
  46.       Width = 551
  47.       Height = 34
  48.       Align = alBottom
  49.       TabOrder = 1
  50.       object CloseButt: TButton
  51.         Left = 3
  52.         Top = 5
  53.         Width = 70
  54.         Height = 24
  55.         Caption = 'C&lose'
  56.         TabOrder = 0
  57.         OnClick = CloseButtClick
  58.       end
  59.       object ClearButt: TButton
  60.         Left = 76
  61.         Top = 5
  62.         Width = 70
  63.         Height = 24
  64.         Caption = '&Clear'
  65.         TabOrder = 1
  66.         OnClick = ClearButtClick
  67.       end
  68.       object CorelButton2: TButton
  69.         Left = 149
  70.         Top = 5
  71.         Width = 92
  72.         Height = 24
  73.         Caption = '&Insert From File'
  74.         TabOrder = 2
  75.         OnClick = CorelButton2Click
  76.       end
  77.       object FontButt: TButton
  78.         Left = 244
  79.         Top = 5
  80.         Width = 75
  81.         Height = 24
  82.         Caption = '&Font'
  83.         TabOrder = 3
  84.         OnClick = FontButtClick
  85.       end
  86.       object checkbox1: TCheckBox
  87.         Left = 322
  88.         Top = 8
  89.         Width = 223
  90.         Height = 17
  91.         Caption = 'Fl&oat comments when opening Zip files'
  92.         TabOrder = 4
  93.       end
  94.     end
  95.   end
  96.   object FontDialog: TFontDialog
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clWindowText
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     Options = [fdNoStyleSel]
  103.     Left = 8
  104.     Top = 5
  105.   end
  106.   object OpenDialog1: TOpenDialog
  107.     Filter = 'Text files (*.txt; *.diz)|*.txt;*.diz'
  108.     Title = 'Select text file for insertion...'
  109.     Left = 248
  110.     Top = 105
  111.   end
  112. end
  113.